home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITTEXT / TFRMEDITTEXT.txt
Text File  |  2006-04-19  |  3KB  |  135 lines

  1. object frmEditText: TfrmEditText
  2.   Left = 316
  3.   Top = 166
  4.   Width = 496
  5.   Height = 403
  6.   ActiveControl = memoText
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnlBottom: TPanel
  21.     Left = 0
  22.     Top = 328
  23.     Width = 488
  24.     Height = 41
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object btnOk: TButton
  29.       Left = 8
  30.       Top = 10
  31.       Width = 72
  32.       Height = 22
  33.       Caption = 'Ok'
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.     end
  37.     object btnCancel: TButton
  38.       Left = 88
  39.       Top = 10
  40.       Width = 72
  41.       Height = 22
  42.       Cancel = True
  43.       Caption = 'Cancel'
  44.       ModalResult = 2
  45.       TabOrder = 1
  46.     end
  47.   end
  48.   object memoText: TSyntaxMemo
  49.     Left = 0
  50.     Top = 0
  51.     Width = 488
  52.     Height = 328
  53.     Align = alClient
  54.     ClipCopyFormats = [smTEXT, smRTF]
  55.     Font.Charset = ANSI_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'Courier New'
  59.     Font.Style = []
  60.     GutterColor = clScrollBar
  61.     GutterFont.Charset = DEFAULT_CHARSET
  62.     GutterFont.Color = clWindowText
  63.     GutterFont.Height = -11
  64.     GutterFont.Name = 'MS Sans Serif'
  65.     GutterFont.Style = []
  66.     HyperCursor = crDefault
  67.     IndentStep = 1
  68.     Margin = 2
  69.     Modified = False
  70.     MonoPrint = True
  71.     Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource, smoLineNumbers]
  72.     PopupMenu = PopupMenu1
  73.     ReadOnly = False
  74.     RightMargin = 80
  75.     SaveFormat = sfTEXT
  76.     ScrollBars = ssBoth
  77.     SelLineStyle = lsCRLF
  78.     SelStart = 0
  79.     SelLength = 0
  80.     SelTextColor = clWhite
  81.     SelTextBack = clNavy
  82.     TabDefault = 4
  83.     TabOrder = 1
  84.     Version = '3.00.39'
  85.     VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  86.     WrapAtColumn = 2048
  87.     CanMoveGutter = False
  88.     ActiveParser = 1
  89.   end
  90.   object PopupMenu1: TPopupMenu
  91.     OnPopup = PopupMenu1Popup
  92.     Left = 45
  93.     Top = 297
  94.     object mnuUndo: TMenuItem
  95.       Caption = 'Undo'
  96.       ShortCut = 16474
  97.     end
  98.     object mnuRedo: TMenuItem
  99.       Caption = 'Redo'
  100.       ShortCut = 24666
  101.     end
  102.     object N1: TMenuItem
  103.       Caption = '-'
  104.     end
  105.     object mnuCut: TMenuItem
  106.       Caption = 'Cut'
  107.       ShortCut = 16472
  108.       OnClick = mnuCutClick
  109.     end
  110.     object mnuCopy: TMenuItem
  111.       Caption = 'Copy'
  112.       ShortCut = 16451
  113.       OnClick = mnuCutClick
  114.     end
  115.     object mnuPaste: TMenuItem
  116.       Caption = 'Paste'
  117.       ShortCut = 16470
  118.       OnClick = mnuCutClick
  119.     end
  120.     object mnuDelete: TMenuItem
  121.       Caption = 'Delete'
  122.       ShortCut = 16430
  123.       OnClick = mnuCutClick
  124.     end
  125.     object N2: TMenuItem
  126.       Caption = '-'
  127.     end
  128.     object mnuSelectAll: TMenuItem
  129.       Caption = 'SelectAll'
  130.       ShortCut = 16449
  131.       OnClick = mnuCutClick
  132.     end
  133.   end
  134. end
  135.